object ImageDlg: TImageDlg Left = 100 Top = 100 BorderStyle = bsDialog ClientHeight = 325 ClientWidth = 478 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object TheImage: TImage Left = 257 Top = 120 Width = 215 Height = 199 Stretch = True end object Label1: TLabel Left = 130 Top = 7 Width = 258 Height = 13 AutoSize = False end object FileListBox1: TFileListBox Left = 5 Top = 29 Width = 118 Height = 264 FileEdit = Filename ItemHeight = 13 TabOrder = 0 end object DirectoryListBox1: TDirectoryListBox Left = 128 Top = 29 Width = 118 Height = 134 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 128 Top = 169 Width = 118 Height = 19 DirList = DirectoryListBox1 TabOrder = 2 end object ImageFilter: TFilterComboBox Left = 5 Top = 299 Width = 243 Height = 21 FileList = FileListBox1 TabOrder = 3 end object Filename: TEdit Left = 5 Top = 5 Width = 118 Height = 19 TabOrder = 4 Text = '*.*' OnChange = FilenameChange end object BitBtn1: TBitBtn Left = 398 Top = 7 Width = 72 Height = 26 TabOrder = 5 Kind = bkOK end object BitBtn2: TBitBtn Left = 398 Top = 36 Width = 72 Height = 27 TabOrder = 6 Kind = bkCancel end object BitBtn3: TBitBtn Left = 398 Top = 65 Width = 72 Height = 27 TabOrder = 7 Kind = bkHelp end end